home *** CD-ROM | disk | FTP | other *** search
- /* Alchemy script
- 000
- 0
- 0
- */
-
- options results
- parse ARG Port x1 y1 x2 y2 type b
- ADDRESS value Port
-
-
- pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
-
- pp_AvoidRefresh
- pp_ComposeReqOff
- pp_Compose 0 100 0
- pp_EffectOn
- pp_Progresstext 'Fresco'
- tot=7
-
- ii=0
- DO i=1 to 2
- ii=ii+1;pp_Progress ii tot
- pp_Displace 2
- pp_BoxF x1 y1 x2 y2
-
- ii=ii+1;pp_Progress ii tot
- pp_ConvInit 1 159 0
- pp_Conv 0 2 4 5 4 2
- pp_Conv 1 4 9 12 9 4
- pp_Conv 2 5 12 15 12 5
- pp_Conv 3 4 9 12 9 4
- pp_Conv 4 2 4 5 4 2
- pp_BoxF x1 y1 x2 y2
- END
-
- pp_Progress 5 tot
- pp_Displace 2
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 6 tot
- C=-2
- pp_ConvInit 0 1 0
- pp_Conv 0 0 0 0 0 0
- pp_Conv 1 0 C 0 0 0
- pp_Conv 2 0 0 5 0 0
- pp_Conv 3 0 0 0 C 0
- pp_Conv 4 0 0 0 0 0
- pp_BoxF x1 y1 x2 y2
-
- pp_Progress 7 tot
- pp_ComposeReqOn
- pp_EffectOff
- pp_PermitRefresh
- pp_ProgressClr
-
- EXIT